Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

fix: restore the repo using Revert 1 branch #2

Open
wants to merge 336 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
336 commits
Select commit Hold shift + click to select a range
f859999
Merge tag 'v1.1.4'
Sep 11, 2014
f65ddd1
Add contribution guidelines
rmg Oct 2, 2014
4460cc8
Update README.md
Nov 26, 2014
7567df9
v1.1.5
rmg Nov 27, 2014
98815c5
Merge branch 'release/1.1.5' into production
rmg Nov 27, 2014
609e731
Merge tag 'v1.1.5'
rmg Nov 27, 2014
ddd0502
handle precision and scale
bitmage Dec 2, 2014
0e85f59
Map required/id properties to NOT NULL
Dec 4, 2014
148fce3
Merge pull request #15 from strongloop/feature/fix-arc-600
raymondfeng Dec 5, 2014
e59919e
Update deps
Dec 5, 2014
33455f6
v1.1.6
Dec 5, 2014
cb952ff
Merge branch 'release/1.1.6' into production
Dec 5, 2014
a1c2239
Merge tag 'v1.1.6'
Dec 5, 2014
0a6e65c
fixed race condition causing incorrect IDs to be reported on INSERT
bitmage Dec 8, 2014
261fe62
Merge pull request #14 from TorchlightSoftware/master
raymondfeng Dec 8, 2014
cee6636
Merge pull request #16 from TorchlightSoftware/race-condition
raymondfeng Dec 9, 2014
da2a029
Fix the missing var
Dec 9, 2014
b999ddd
Update test dep
Dec 9, 2014
31bdbd3
v1.2.0
Dec 9, 2014
af8fa39
Merge branch 'release/1.2.0' into production
Dec 9, 2014
b03e41b
Merge tag 'v1.2.0'
Dec 9, 2014
b680af0
Fix bad CLA URL in CONTRIBUTING.md
rmg Dec 29, 2014
a8eef61
Fix SQL injection
Jan 9, 2015
1440f3d
Merge pull request #18 from strongloop/feature/fix-sql-injection
raymondfeng Jan 9, 2015
f389acf
v1.3.0
Jan 9, 2015
0c0cc08
Merge branch 'release/1.3.0' into production
Jan 9, 2015
11ffa40
Merge tag 'v1.3.0'
Jan 9, 2015
d7de4dd
Fix: empty inq/nin function correctly
bitmage Jan 10, 2015
943d001
Merge pull request #20 from TorchlightSoftware/empty-inq
raymondfeng Jan 12, 2015
9d121ba
Enhance id to pk mapping
Jan 27, 2015
d1f49b8
Increase the limit to make sure other owners are selected
Jan 27, 2015
9136638
Fix the empty column list
Jan 27, 2015
dd65044
Merge pull request #23 from strongloop/feature/fix-issue-9
raymondfeng Jan 27, 2015
ede01be
v1.4.0
Jan 27, 2015
9280bec
Merge branch 'release/1.4.0' into production
Jan 27, 2015
d5090cb
Merge tag 'v1.4.0'
Jan 27, 2015
30e5ee1
Add support for custom column mapping
Feb 21, 2015
efd3644
Merge pull request #27 from strongloop/feature/fix-custom-column
raymondfeng Feb 21, 2015
6f60417
1.5.0
Feb 21, 2015
87543e7
Add support for custom column mapping in primary key column
idoshamun Mar 1, 2015
60b3aa5
add test case for id manipulation
idoshamun Mar 2, 2015
6d3c9e5
Test if the id is generated
Mar 3, 2015
45abb2d
Merge branch 'idosh-master'
Mar 3, 2015
3c93152
1.5.1
Mar 3, 2015
0c695fc
Add "Running tests" section to readme
Mar 16, 2015
37fb75d
Merge pull request #34 from strongloop/fix/test-instructions
superkhau Mar 18, 2015
5e892a0
Add strongloop license check
Mar 19, 2015
15b782b
Merge pull request #35 from strongloop/feature/add-strongloop-license
raymondfeng Mar 20, 2015
5a6695e
Return count when updating or deleting models
Mar 25, 2015
d713e29
Merge pull request #37 from strongloop/feature/return-count-when-upda…
superkhau Mar 29, 2015
100e4b9
Use SET IDENTITY_INSERT option to allow explicit id
Apr 2, 2015
5e43f5b
Merge pull request #39 from strongloop/feature/fix-identity-insert
raymondfeng Apr 2, 2015
e5d9f0c
Refactor the mssql connector to use base SqlConnector
May 7, 2015
13cad27
Merge pull request #43 from strongloop/feature/connector-refactor
raymondfeng May 13, 2015
21c6a8a
Update deps
May 13, 2015
fa55226
2.0.0
May 13, 2015
4e21702
Add transaction support
May 12, 2015
da83e63
Update deps
May 18, 2015
65e9562
Merge pull request #44 from strongloop/feature/transaction
raymondfeng May 18, 2015
5464b45
2.1.0
May 18, 2015
e53f61a
Add support for regex operator
Jul 29, 2015
68840b2
Merge pull request #49 from strongloop/add-regex-support
superkhau Jul 29, 2015
bb87d49
2.2.0
Jul 29, 2015
63a14fc
Allow the `multipleResultSets` flag for execute
Aug 13, 2015
ce1cecf
2.2.1
Aug 13, 2015
6c1e8c5
Added support to unicode
Aug 14, 2015
dd22e95
Merge pull request #52 from ahmed-abdulmoniem/master
raymondfeng Aug 14, 2015
ed5d929
2.3.0
Aug 14, 2015
0ca61aa
Allow models without PK
Sep 11, 2015
4f0f90a
2.3.1
Sep 11, 2015
cc5d693
Use strongloop conventions for licensing
sam-github Sep 21, 2015
65561e5
Refer to licenses with a link
sam-github Nov 3, 2015
c54db7d
Inject Partition By clause into buildColumnNames of SQL query for inc…
eugene-frb Nov 11, 2015
71ccc09
Merge pull request #61 from eugene-frb/master
raymondfeng Nov 18, 2015
af80ab3
2.3.2
Nov 18, 2015
99ec910
Updated option that triggers PARTITION BY injection, fixed buildParti…
eugene-frb Nov 19, 2015
3927118
Remove buildPartitionBy() that became redundant
eugene-frb Nov 25, 2015
bbf6b6b
Merge pull request #62 from eugene-frb/master
raymondfeng Nov 26, 2015
e8e3eb3
2.3.3
Nov 27, 2015
203c930
Add help for Azure SQL users
sashasochka Jan 20, 2016
3d76ce5
Merge pull request #68 from sochka/patch-1
raymondfeng Jan 20, 2016
9f25190
Upgrade should to 8.0.2
Dec 24, 2015
fab0729
Merge pull request #64 from strongloop/upgrade-shouldjs
superkhau Jan 21, 2016
6996e6a
Add help for Azure SQL users
sashasochka Jan 20, 2016
a6fd32c
Upgrade should to 8.0.2
Dec 24, 2015
52550ed
Fix for Insert into Table with Active Trigger
FoysalOsmany Feb 5, 2016
2f87f50
Refactor Fix for Insert into Table with Active Trigger by getting the…
FoysalOsmany Feb 5, 2016
a36a1e2
Merge pull request #70 from FoysalOsmany/master
raymondfeng Feb 10, 2016
1a23b94
2.4.0
Feb 10, 2016
1a00250
Remove sl-blip from dependencies
bajtos Feb 19, 2016
f1d7b6d
2.4.1
bajtos Feb 19, 2016
2ae6e53
2.5.0
Mar 4, 2016
51b4a8e
Remove the license check
Mar 10, 2016
3852f52
2.5.1
Mar 10, 2016
cad27c5
Remove regenerator from babel-runtime and bundle mssql
Mar 15, 2016
e4e6668
Merge pull request #73 from strongloop/feature/bundle-mssql
raymondfeng Mar 16, 2016
9d91d95
2.6.0
Mar 16, 2016
012acd3
Use request.input to avoid SQL injection
Apr 4, 2016
eec588f
Merge pull request #76 from strongloop/feature/prepare-stmt
raymondfeng Apr 5, 2016
f7a6880
2.7.0
Apr 5, 2016
12ab3d1
override other settings if url provided
jannyHou Mar 24, 2016
49b6210
Merge pull request #75 from strongloop/feature/handle-url-in-config
Apr 7, 2016
6877358
Keep float numbers
Apr 7, 2016
0e49a55
Merge pull request #78 from strongloop/feature/sql-float
raymondfeng Apr 7, 2016
ee6ea3a
2.7.1
Apr 7, 2016
1febd1c
Add eslint infrastructure
Amir-61 Apr 27, 2016
add7e21
Auto-update by eslint --fix
Amir-61 Apr 27, 2016
4564714
Fix linting errors
Amir-61 Apr 27, 2016
9d9c025
Add feature/eslint
Amir-61 Apr 28, 2016
5987e46
Lazy connect when booting app
jannyHou Apr 14, 2016
1b0f9c4
Merge pull request #80 from strongloop/feature/lazy-connect
May 5, 2016
eb2b07d
update copyright notices and license
rmg May 6, 2016
7ea7003
2.8.0
simonhoibm Jun 21, 2016
d5bafa7
Update URLs in CONTRIBUTING.md (#88)
rmg Jul 14, 2016
055e4c9
Update Fix
loay Jul 28, 2016
17edd02
Revert "Update Fix"
loay Jul 28, 2016
44f16cc
Add globalization
0candy Jul 22, 2016
dcf1bf6
Merge pull request #89 from strongloop/initial_glob
0candy Aug 4, 2016
ed24e80
Use juggler@3 for running tests
superkhau Sep 7, 2016
753f7cd
Merge pull request #96 from strongloop/upgrade-juggler-to-3x-for-ci
superkhau Sep 7, 2016
5fb54c7
Update eslint infrastructure
loay Sep 15, 2016
6a19897
Merge pull request #91 from strongloop/eslint2
loay Sep 15, 2016
83f4d0f
Update deps to loopback 3.0.0 RC
bajtos Sep 22, 2016
73402c4
Merge pull request #98 from strongloop/update-lb-3-rc
bajtos Sep 22, 2016
d4e00bc
Add translated files
gunjpan Sep 19, 2016
d83fd95
Merge pull request #97 from strongloop/add-translatedFiles
Amir-61 Sep 26, 2016
526d44d
Update translation files - round#2
0candy Sep 28, 2016
4e86e76
Merge pull request #101 from strongloop/add_translation2
superkhau Sep 28, 2016
909a711
Add connectorCapabilities global object (#102)
duffn Oct 12, 2016
ab33755
2.9.0
0candy Oct 14, 2016
8425562
Update README doc links
0candy Nov 1, 2016
2874278
Merge pull request #105 from strongloop/update_readme
crandmck Nov 3, 2016
bcc4322
Start the development of the next major version
siddhipai Nov 19, 2016
8b78616
Drop support for Node v0.10 and v0.12
siddhipai Nov 19, 2016
5b84ca0
Start 3.x + drop support for Node v0.10/v0.12
siddhipai Nov 21, 2016
27e6cb6
increase the timeout for autoupdate test
Dec 8, 2016
019f70b
Merge pull request #112 from eddiemonge/issue/1260
eddiemonge Dec 9, 2016
e5fd10a
Update paid support URL
siddhipai Dec 6, 2016
129f107
Merge pull request #111 from strongloop/update-support-URL
siddhipai Dec 10, 2016
009684d
Update w info from docs (#115)
crandmck Jan 11, 2017
ab2abdf
Update README.md (#117)
crandmck Jan 12, 2017
81e3cfa
Add buildreplace method
Jan 19, 2017
c41fc24
Merge pull request #118 from strongloop/affectedRows
loay Jan 26, 2017
cea5ad1
Update LB-connector version
loay Jan 26, 2017
b5fca8a
Merge pull request #119 from strongloop/lc-version3
loay Jan 26, 2017
2b29803
Update mocha timeout
Feb 17, 2017
f9cc35f
Merge pull request #124 from strongloop/mochaTimeout
loay Feb 17, 2017
0147266
Refactor discovery methods
Feb 15, 2017
d533ba9
Merge pull request #122 from strongloop/refactor-discovery
loay Feb 28, 2017
98c696c
Refactor migration methods
ssh24 Feb 23, 2017
ffe4c47
Merge pull request #129 from strongloop/refactor-mssql-migration
Mar 2, 2017
ff20b00
Upgrade to [email protected]
loay Mar 7, 2017
d7374dd
Merge pull request #133 from strongloop/feature/upgrade-to-connector-4.x
loay Mar 7, 2017
050ed8b
Refactor alter table (#134)
dhmlau Mar 20, 2017
ed60784
Replicate issue_template from loopback repo (#120)
siddhipai Mar 22, 2017
bc1f6d7
3.0.0
Mar 31, 2017
d059604
fix discovery turkish collation (#123)
emrahcetiner Apr 3, 2017
2035c86
add appveyor for CI (#137)
rmg Apr 19, 2017
2067f0b
Upgrade deps to [email protected]
Apr 28, 2017
7918aea
Fix eslint issues & buildPropertyType() signature
Apr 29, 2017
2f1b70d
Merge pull request #144 from strongloop/feature/upgrade-deps
raymondfeng May 1, 2017
aec78de
Enable clean DB seed as pre-test (#142)
May 2, 2017
77001fd
Fix params for isActual function (#143)
kimkha May 2, 2017
ab6dddb
Remove appveyor service (#145)
May 3, 2017
73181e5
Fix discovery of primary keys (#99)
christiaanwesterbeek May 3, 2017
8c09243
Return if column is generated or not (#100)
christiaanwesterbeek May 5, 2017
6da5c13
Add docker setup (#148)
May 15, 2017
acb6cbd
Require init on mocha args
ssh24 Jun 16, 2017
45572b7
Merge pull request #156 from strongloop/fix/require-int
Jun 16, 2017
c5985ca
Add CODEOWNER file
dhmlau Jul 24, 2017
b4c4ad4
Merge pull request #162 from strongloop/add-codeowner
dhmlau Jul 26, 2017
b6a4005
Create Issue and PR Templates (#167)
Aug 15, 2017
7eaecf7
Add stalebot configuration
Aug 22, 2017
c1541ea
update globalize string
dhmlau Sep 20, 2017
5ee434c
Merge pull request #169 from strongloop/globalize
dhmlau Sep 20, 2017
04ac485
3.1.0
dhmlau Oct 5, 2017
7eaf2c5
Fix bigint
jannyHou Oct 18, 2017
a9fb0bd
Merge pull request #173 from strongloop/fix/bigint
Oct 19, 2017
15380fe
Fix showIndexes function
landgenoot Nov 23, 2017
0c7b24d
Solved imported unittests for previous commit
landgenoot Nov 24, 2017
f1699e4
Fix altering of indexes
landgenoot Nov 24, 2017
6c1e3dd
Test update indexes
landgenoot Nov 24, 2017
7ca7059
Solve index naming issue
landgenoot Nov 24, 2017
28462da
Fix deletion of indices and test
landgenoot Nov 24, 2017
a109a25
Fix single column index altering
landgenoot Nov 24, 2017
cfb0b03
Implement test for single column indices
landgenoot Nov 24, 2017
1239120
Merge pull request #174 from Dockbite/fix/index_autoupdate
Nov 24, 2017
442dd73
3.2.0
dhmlau Nov 29, 2017
42e12ea
Update Queries to Uppercase
reajuria Feb 23, 2018
18d95f4
Merge pull request #179 from reajuria/master
Apr 26, 2018
ecc53fd
chore: update CODEOWNERS
dhmlau Apr 26, 2018
978fe91
Merge pull request #182 from strongloop/update-codeowners
dhmlau Apr 26, 2018
b5332c0
3.2.1
dhmlau May 4, 2018
042c3fc
[WebFM] cs/pl/ru translation
candytangnb Jun 29, 2018
83a542c
Move Mocha config to `test/mocha.opts`
bajtos Jul 9, 2018
8b39e16
Increase test limit from 9.9 to 30 seconds
bajtos Jul 9, 2018
73d5e8b
Merge pull request #187 from strongloop/increase-test-timeout
bajtos Jul 9, 2018
8b455a1
chore: update node + dependencies
virkt25 Jul 10, 2018
ca37a4c
update to MIT license
dhmlau Aug 2, 2018
c428fcb
Merge pull request #190 from strongloop/update-license
dhmlau Aug 2, 2018
e20349f
3.3.0
dhmlau Aug 7, 2018
8041fd5
drop support for node.js 6
nabdelgadir Jul 12, 2019
c52fff1
Merge pull request #206 from strongloop/update-node-version
nabdelgadir Jul 12, 2019
3a9475f
update CODEOWNERS
nabdelgadir Jul 12, 2019
36df829
Merge pull request #208 from strongloop/update-co
nabdelgadir Jul 12, 2019
e0297c1
update dependencies
nabdelgadir Jul 12, 2019
cfde698
fix eslint violations
nabdelgadir Jul 12, 2019
3779f42
Merge pull request #207 from strongloop/update-dep
nabdelgadir Jul 15, 2019
a8d5660
run shared tests from both v3 and v4 of juggler
nabdelgadir Jul 12, 2019
3be1479
Merge pull request #205 from strongloop/build/test-juggler-v3-and-v4
nabdelgadir Jul 15, 2019
75a9891
add juggler-v3 and v4 to dev dependencies
nabdelgadir Jul 15, 2019
94ed336
Merge pull request #209 from strongloop/add-juggler-to-package
nabdelgadir Jul 15, 2019
a24260a
3.4.0
dhmlau Sep 19, 2019
b54826d
update mssql 5.x and mark sqlcmdjs devDependency
joostdebruijn Jul 22, 2019
fd7c13e
fix linter errors
joostdebruijn Nov 5, 2019
2fd05be
Merge pull request #211 from joostdebruijn/master
nabdelgadir Nov 6, 2019
7707e07
3.5.0
dhmlau Nov 7, 2019
4f2c23b
update mssql to 6.x
joostdebruijn Nov 7, 2019
69ab8db
Merge pull request #214 from joostdebruijn/master
jannyHou Nov 7, 2019
0035dcb
3.6.0
dhmlau Nov 14, 2019
72d3a08
chore: improve issue and PR templates
nabdelgadir Nov 15, 2019
88eb7fe
Merge pull request #217 from strongloop/chore/improve-issue-templates
nabdelgadir Nov 19, 2019
499c1bb
add missing 'ORDER BY' before 'OFFSET'
achrinza Nov 27, 2019
3f21d1d
add tests for limit&limit with supportsOffsetFetch
frbuceta Jan 19, 2020
69a1961
Merge pull request #220 from frbuceta/fix/missing-order-by
raymondfeng Jan 22, 2020
063a7d0
3.7.0
raymondfeng Jan 22, 2020
b5fae4b
fix problem setting passwords with chars like '('
frbuceta Jan 20, 2020
85c5cde
chore: update copyrights year
dhmlau Feb 8, 2020
3380917
chore: update CODEOWNERS
dhmlau Feb 8, 2020
4f3421d
Merge pull request #224 from strongloop/copyright
agnes512 Feb 10, 2020
dfff87a
Remove obsolete npm script to delete regenerator
raymondfeng Mar 5, 2020
efb2dac
Exclude `deps` and `.github` from npm publish
raymondfeng Mar 5, 2020
6bd276c
3.8.0
raymondfeng Mar 10, 2020
313978e
chore: drop node 8
jannyHou May 7, 2020
980b7e5
Merge pull request #230 from strongloop/drop-node-8
jannyHou May 10, 2020
eb143b0
Update migration.js
ataft Mar 27, 2020
0145119
Merge pull request #228 from ataft/patch-2
jannyHou May 12, 2020
2f3fa3c
chore: switch to DCO
dhmlau Aug 19, 2020
8bc29f7
Merge pull request #231 from strongloop/dco
dhmlau Aug 19, 2020
3852180
Allow composite key
ataft Oct 5, 2021
80d555c
Merge pull request #236 from ataft/composite-key
dhmlau Oct 17, 2021
f0fb4f3
chore: update docker image in setup.sh
dhmlau Oct 17, 2021
7ae5ea7
Merge pull request #237 from loopbackio/setup
dhmlau Oct 17, 2021
4b7bcaf
fix: upgrade libraries to fix CVE issues
Nov 25, 2021
cb43ab3
Merge pull request #240 from mahesh-uma/master
dhmlau Nov 29, 2021
e3d1ada
docs: add code of conduct
dhmlau Mar 24, 2022
7c15308
docs: update coc
dhmlau Mar 25, 2022
cfb97ef
docs: add SECURITY.md
dhmlau Mar 29, 2022
4a53d6d
fix: use decimal instead of float type
mdegraw Aug 16, 2022
688a421
Merge commit '4a53d6d5d9b728831d4f4ee7f7cce589b908b1f1' of github.com…
venkatadhatri Oct 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/node_modules/
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "loopback",
"rules": {
"max-len": ["error", 140, 4, {
"ignoreComments": true,
"ignoreUrls": true,
"ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)"
}],
"no-unused-expressions": "off"
}
}
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

*.sublime*
node_modules/
db/

npm-debug.log

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading