Skip to content

Commit

Permalink
Updated README & repo notes to reflect repo name change
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Jun 11, 2018
1 parent f9d0249 commit bedb0df
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Apex Dynamic SOQL & SOSL Library
# Nebula Query & Search
A lightweight Apex library for easily building dynamic SOQL queries & SOSL searches<br /><br />
[![Travis CI](https://img.shields.io/travis/jongpie/NebulaLogger/master.svg)](https://travis-ci.org/jongpie/NebulaLogger)

<a href="https://githubsfdeploy.herokuapp.com" target="_blank">
<img alt="Deploy to Salesforce" src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png">
</a>
Expand Down
4 changes: 4 additions & 0 deletions src/classes/Soql.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/******************************************************************************************************
* This file is part of the Nebula Framework project, released under the MIT License. *
* See LICENSE file or go to https://github.com/jongpie/NebulaQueryAndSearch for full license details. *
******************************************************************************************************/
public class Soql implements Comparable {

public enum Aggregate { AVG, COUNT, COUNT_DISTINCT, MAX, MIN, SUM }
Expand Down
4 changes: 4 additions & 0 deletions src/classes/Soql_Tests.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/******************************************************************************************************
* This file is part of the Nebula Framework project, released under the MIT License. *
* See LICENSE file or go to https://github.com/jongpie/NebulaQueryAndSearch for full license details. *
******************************************************************************************************/
@isTest
private class Soql_Tests {

Expand Down
4 changes: 4 additions & 0 deletions src/classes/Sosl.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/******************************************************************************************************
* This file is part of the Nebula Framework project, released under the MIT License. *
* See LICENSE file or go to https://github.com/jongpie/NebulaQueryAndSearch for full license details. *
******************************************************************************************************/
public class Sosl {

public enum ArticleReporting { TRACKING, VIEWSTAT }
Expand Down
4 changes: 4 additions & 0 deletions src/classes/Sosl_Tests.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/******************************************************************************************************
* This file is part of the Nebula Framework project, released under the MIT License. *
* See LICENSE file or go to https://github.com/jongpie/NebulaQueryAndSearch for full license details. *
******************************************************************************************************/
@isTest
private class Sosl_Tests {

Expand Down

0 comments on commit bedb0df

Please sign in to comment.