Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
bbb5f47
Merge pull request #19 from tabuckner/master
tabuckner Apr 20, 2021
db37352
fix(build): change npm package name
Apr 20, 2021
3c1e54c
fix(build): change npm package name
Apr 20, 2021
57e12c1
fix(chaining): remove chainable methods.
Apr 20, 2021
61428c1
docs(readme): update readme.
Apr 20, 2021
3021b61
Update README.md
tabuckner Apr 20, 2021
4602f77
docs(readme): update readme.
Apr 20, 2021
beffd25
Merge branch 'master' of github.com:liquibase/node-liquibase
Apr 20, 2021
532b3b7
docs(readme): update readme.
Apr 20, 2021
fedb508
docs(readme): update readme.
Apr 20, 2021
153b9df
docs(readme): update readme.
Apr 22, 2021
a46053b
docs(readme): remove examples and update readme.
Apr 22, 2021
11537e2
docs(readme): added info about bundled and peer dependency releases.
Apr 22, 2021
7e6ce49
docs(readme): removed my info from readme paths.
Apr 22, 2021
4b5adde
docs(readme) updated with info about drivers on @pd.
Apr 22, 2021
f31c1fd
docs(readme): update readme with info about @pd.
Apr 22, 2021
7acd279
chore(release): bump patch version on 2.0.0
Apr 22, 2021
eb44b82
docs: remove banner from readme on pd branch
Apr 22, 2021
0404dde
2.0.2
Apr 22, 2021
2afd217
docs: add banner about size concerns.
Apr 22, 2021
6a467ad
2.0.3
Apr 22, 2021
101aa49
coverage: improved unit test coverage.
Apr 26, 2021
97fc4e9
docs(gh-templates): added PR and Issue templates.
May 4, 2021
4b551b1
[22] - Tag function adds additional command parameter including comma…
May 4, 2021
b32be4f
[22] - Bump package.json version.
May 5, 2021
65a36c8
Merge pull request #23 from liquibase/issue-22
tabuckner May 5, 2021
03e947a
create github actions CI
jnewton03 May 5, 2021
db6cc9c
add postgres matrix and cache dependencies
jnewton03 May 5, 2021
d79e1bd
fix typos
jnewton03 May 5, 2021
3203a26
wip
jnewton03 May 5, 2021
427e6c8
wip
jnewton03 May 5, 2021
1c40f3b
deprecate travis file
jnewton03 May 5, 2021
704f209
Merge pull request #24 from liquibase/github-actions
tabuckner May 5, 2021
b5857a0
Update README.md
tabuckner May 12, 2021
7cf2ce3
fix(templates): fix spelling issue in ISSUE_TEMPLATE.md
May 13, 2021
38ac94d
fix(logger): refactored Logger CommandHandler and Liquibase classes t…
May 19, 2021
6b84741
fix(logger): reformat code.
May 19, 2021
1186379
fix(logger): built dist code.
May 19, 2021
f079bfa
fix(logger): removed dist code, added cleanup scripts.
May 19, 2021
f254016
fix(logger): CommandHandler#logger to private.
May 19, 2021
1a664f2
fix(tests): fixed test:watch script.
May 19, 2021
c0d8b5a
Merge branch 'master' into 20
May 19, 2021
bab8fee
fix(logger): fixed unit tests.
May 19, 2021
a5cd4a2
Merge pull request #27 from liquibase/20
tabuckner May 19, 2021
229d7a7
release: bump version.
May 19, 2021
ca76c38
fix(logger): fixed CLI.
May 19, 2021
c21656c
fix(jsdoc): fixed JSDoc example for `Liquibase`.
May 19, 2021
9cda69a
Merge pull request #29 from liquibase/issue-20
tabuckner May 19, 2021
5733295
fix(prettier): change print width.
May 19, 2021
3ea6a85
fix(prettier): change arrowParens.
May 19, 2021
b7bfc02
fix(prettier): remove arrowParens for eslint issue.
May 19, 2021
ba911fa
fix(prettier): aligned prettier and eslint configs.
May 19, 2021
4f83230
fix(prettier): formatted code using `tsdx lint --fix`.
May 19, 2021
cbf36f7
fix(prettier): added linter to CI process.
May 19, 2021
4007c5b
fix(prettier): fix linter issue
May 19, 2021
e108892
fix(prettier): fix typo in gh actions
May 19, 2021
636e74c
Merge pull request #30 from liquibase/issue-28
tabuckner May 19, 2021
c4e0bc7
fix(npm) add patch script to package.json
May 19, 2021
2617d76
fix(versioned-release): brought download script from other branch.
May 19, 2021
c1d3e8c
chore(deps): bump browserslist from 4.16.4 to 4.16.6
dependabot[bot] May 27, 2021
cbb235c
chore(deps): bump ws from 7.4.4 to 7.4.6
dependabot[bot] May 31, 2021
5dc25b7
chore(deps): bump normalize-url from 6.0.0 to 6.0.1
dependabot[bot] Jun 9, 2021
8045e1a
chore(deps): bump trim-newlines from 3.0.0 to 3.0.1
dependabot[bot] Jun 10, 2021
215ae6e
chore(deps): bump path-parse from 1.0.6 to 1.0.7
dependabot[bot] Aug 13, 2021
56b2587
chore(deps): bump tar from 6.1.0 to 6.1.11
dependabot[bot] Aug 31, 2021
a952ee5
chore(deps): bump tmpl from 1.0.4 to 1.0.5
dependabot[bot] Sep 22, 2021
81c46b3
feat: allow passing substitution params as objects
Sep 28, 2021
e3e9a3b
chore: escaping params
Nov 9, 2021
f26f529
[feat/readme-import-package-name] - Corrected NPM package name used i…
Nov 9, 2021
ba2680e
chore: get actual error from liquibase
Nov 29, 2021
6ea1997
chore: revert some accidental changes
Nov 30, 2021
932850c
chore(deps): bump shelljs from 0.8.4 to 0.8.5
dependabot[bot] Jan 15, 2022
e0f80a8
Merge pull request #47 from liquibase/fix/readme-import-package-name
tabuckner Apr 5, 2022
f43fa8a
chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3
dependabot[bot] May 16, 2022
fb665cb
chore(deps): bump semver-regex from 3.1.2 to 3.1.4
dependabot[bot] Jun 3, 2022
0ed8831
chore(deps): bump terser from 4.8.0 to 4.8.1
dependabot[bot] Jul 21, 2022
d8e9098
feat: upgrade postgres jdbc postgresql-42.4.2.jar
alex-sl-eng Aug 22, 2022
464e4ba
chore(deps): bump minimatch from 3.0.4 to 3.1.2
dependabot[bot] Nov 11, 2022
e2a0b6e
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
dependabot[bot] Dec 7, 2022
06c0d30
chore(deps): bump qs from 6.5.2 to 6.5.3
dependabot[bot] Dec 12, 2022
dcc0d75
chore(deps): bump json5 from 1.0.1 to 1.0.2
dependabot[bot] Jan 7, 2023
3e520ae
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
dependabot[bot] Feb 3, 2023
2520f60
Merge pull request #60 from alex-sl-eng/feature/upgrade-driver
filipelautert Mar 9, 2023
f7b6d38
(fix): remove mistaken `console.error` statement.
tabuckner Mar 24, 2023
ab75224
(feat): Define a generic interface for commands that allow substituti…
tabuckner Mar 24, 2023
f2b631d
(chore): Update `yarn.lock`.
tabuckner Mar 24, 2023
289ecd7
(feat): Implement generic optional substition params interface for th…
tabuckner Mar 24, 2023
364bc4e
chore(deps): bump minimist from 1.2.5 to 1.2.8
dependabot[bot] Apr 10, 2023
904acdf
Merge pull request #44 from liquibase/dependabot/npm_and_yarn/tmpl-1.0.5
filipelautert May 8, 2023
d7e01fd
Merge pull request #35 from liquibase/dependabot/npm_and_yarn/trim-ne…
filipelautert May 8, 2023
4fab207
Merge pull request #42 from liquibase/dependabot/npm_and_yarn/tar-6.1.11
filipelautert May 8, 2023
58e2df7
Merge pull request #34 from liquibase/dependabot/npm_and_yarn/normali…
filipelautert May 8, 2023
c841d36
Merge pull request #66 from liquibase/dependabot/npm_and_yarn/json5-1…
filipelautert May 8, 2023
afd113f
Merge pull request #53 from liquibase/dependabot/npm_and_yarn/trim-of…
filipelautert May 8, 2023
6bd01e3
Merge pull request #55 from liquibase/dependabot/npm_and_yarn/semver-…
filipelautert May 8, 2023
701ec38
Merge pull request #49 from liquibase/dependabot/npm_and_yarn/shelljs…
filipelautert May 8, 2023
ed87c2f
Merge pull request #41 from liquibase/dependabot/npm_and_yarn/path-pa…
filipelautert May 8, 2023
a1bd5cd
Merge pull request #57 from liquibase/dependabot/npm_and_yarn/terser-…
filipelautert May 8, 2023
36446d9
Merge branch 'master' into dependabot/npm_and_yarn/minimatch-3.1.2
filipelautert May 8, 2023
90946ad
Merge pull request #64 from liquibase/dependabot/npm_and_yarn/decode-…
filipelautert May 8, 2023
921e044
Merge pull request #33 from liquibase/dependabot/npm_and_yarn/ws-7.4.6
filipelautert May 8, 2023
1635ca2
Merge pull request #65 from liquibase/dependabot/npm_and_yarn/qs-6.5.3
filipelautert May 8, 2023
d246ced
Merge pull request #67 from liquibase/dependabot/npm_and_yarn/http-ca…
filipelautert May 8, 2023
9d1a5e8
Merge pull request #32 from liquibase/dependabot/npm_and_yarn/browser…
filipelautert May 8, 2023
7f5c867
Merge branch 'master' into dependabot/npm_and_yarn/minimist-1.2.8
filipelautert May 8, 2023
4cda74a
chore(deps): bump node-fetch from 2.6.1 to 2.6.10
dependabot[bot] May 8, 2023
97eccff
Merge pull request #71 from liquibase/dependabot/npm_and_yarn/node-fe…
filipelautert May 9, 2023
4fe636e
Merge branch 'master' into dependabot/npm_and_yarn/minimist-1.2.8
filipelautert May 9, 2023
3988cb5
Merge branch 'master' into dependabot/npm_and_yarn/minimatch-3.1.2
filipelautert May 9, 2023
c8e760d
Merge pull request #62 from liquibase/dependabot/npm_and_yarn/minimat…
filipelautert May 15, 2023
a1d3c0a
Merge pull request #69 from liquibase/dependabot/npm_and_yarn/minimis…
filipelautert May 15, 2023
2533510
Merge branch 'master' into feature/substitution-params-taylor
tabuckner Sep 11, 2023
e04b46f
[chore] - Remove ESLint config.
tabuckner Sep 11, 2023
54c982a
Update node test versions (#76)
filipelautert Sep 18, 2023
ae9f90b
Merge branch 'master' into feature/substitution-params-taylor
filipelautert Sep 18, 2023
aed380b
chore(deps): bump semver from 5.7.1 to 5.7.2 (#73)
dependabot[bot] Sep 25, 2023
d81f54a
chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#74)
dependabot[bot] Sep 25, 2023
8bbface
Merge branch 'master' into feature/substitution-params-taylor
filipelautert Sep 25, 2023
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
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### Context
#### Node-Liquibase Version

#### Liquibase Version (if not bundled)

### Description

[Description of the bug or feature]

### Steps to Reproduce

1. [First Step]
2. [Second Step]
3. [and so on...]

**Expected behavior:** [What you expected to happen]

**Actual behavior:** [What actually happened]
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### All Submissions:

* [ ] Have you followed the guidelines in our Contributing document?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?

<!-- You can erase any parts of this template not applicable to your Pull Request. -->

### New Feature Submissions:

1. [ ] Does your submission pass tests?
2. [ ] Have you lint your code locally prior to submission?

### Changes to Core Features:

* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Have you written new tests for your core changes, as applicable?
* [ ] Have you successfully ran tests with your changes locally?
54 changes: 54 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
pull_request:

jobs:
build:
name: Node ${{ matrix.node-version }}, Postgres ${{ matrix.postgres }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
postgres: [9, 11, 13, 15]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

services:
postgres:
image: postgres:${{ matrix.postgres }}

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache Yarn
uses: actions/cache@v2
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-

- name: Cache node_modules
uses: actions/cache@v2
with:
path: web/node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}

# Install dependencies
- run: yarn --frozen-lockfile
# Run Linters
- run: yarn lint
# Run Tests
- run: yarn test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
node_modules
.nyc_output
coverage
.npmrc

# Mac OS
.DS_Store
Expand Down
Loading